{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# CMSC 110 Introduction to Computing\n", "\n", "## Spring 2015\n", "\n", "### Professor Blank\n", "\n", "### Assignment #1\n", "\n", "Due before start of class on Monday, February 2, 2015\n", "\n", "#### NO CREDIT FOR LATE SUBMISSIONS\n", "\n", "First, do all the assigned readings and tutorials assigned in class.\n", "\n", "Design and create your own sketch using Processing. Think of yourself as a creative designer when chosing the topic of your design. This is your very first sketch, so here are some guidelines:\n", "\n", "* Make sure that the canvas is exactly 500 pixels by 500 pixels.\n", "* Make use of any of the drawing primitives learned in class in the past week: size, no/smooth, stroke, fill, point, line, rect, triangle, ellipse, quad, begin/endShape, arc, curve, mouseX, mouseY, image, etc.\n", "* You will be judged on creativity and aesthetics; avoid art that looks too simplistic\n", "* Your notebook is a way to document this experience; make sure that you include your name, and paragraphs described below\n", "\n", "To give you some ideas, several sketches will be presented in class. Here are some additional ideas:\n", "\n", "* Art that has cultural significance to you\n", "* A self-portrait\n", "* An avatar or a cartoon of someone\n", "* Your favorite cartoon TV Show character (e.g. South Park), or design your own...\n", "* A city scape\n", "* Animal/object caricatures/study\n", "* A Post Card Design\n", "* A fabric pattern\n", "* Stylize your name's initials...or a logo\n", "* The Bryn Mawr Owl\n", "* A Poster\n", "* Imitation of existing design or art (check out Ndebele and other folk art designs, works of artists like: Kasimir Malevich, Robert Delauney, Piet Mondrian, Giorgio Morandi, etc.)\n", "\n", "Make sure to follow the [Code Formatting Standards](http://cs.brynmawr.edu/Courses/cs110/spring2015jt/codingStandards.html) in your implementation.\n", "\n", "What to Hand in:\n", "\n", "* Include in your notebook a paragraph about the sketch, its inspiration, and how you designed and implemented it. \n", "* Include a brief discussion about your impressions on working on this assignment.\n", "* You will submit your homework via a \"Submit\" button. Details to follow.\n" ] } ], "metadata": { "kernelspec": { "display_name": "Calysto Processing", "language": "processing", "name": "calysto_processing" }, "language_info": { "codemirror_mode": { "name": "text/x-java", "version": 2 }, "file_extension": ".java", "mimetype": "text/x-java", "name": "java" } }, "nbformat": 4, "nbformat_minor": 0 }